home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / comp0_89.lha / Feel / Boot / CBoot / standard.old < prev    next >
Text File  |  1993-02-02  |  414b  |  39 lines

  1. ;; Eulisp Module
  2. ;; Author: pab
  3. ;; File: standard.em
  4. ;; Date: Thu Dec 17 13:18:54 1992
  5. ;;
  6. ;; Project:
  7. ;; Description: 
  8. ;;
  9.  
  10. (defmodule standard
  11.   (init
  12.    extras0
  13.    macros0
  14.    error0
  15.    numbers
  16.    telos1
  17.    defs
  18.    semaphores
  19.    characters
  20.    )
  21.   ()
  22.   
  23.   (expose   
  24.    init
  25.    extras0
  26.    macros0
  27.    error0
  28.    numbers
  29.    telos1
  30.    defs
  31.    semaphores
  32.    characters
  33.    )
  34.   
  35.   (deflocal *Hack* 1)
  36.  
  37.   ;; end module
  38.   )
  39.